ArLines
class ArLines(worldPoints: FloatArray, color: Int = EvsColor.White.rgba, lineWidth: Float = 3.0f) : ArPrimitive
A class representing lines in a 3D space.
Parameters
worldPoints
The array containing the world coordinates. of the line endpoints.
color
The color of the lines.
lineWidth
The width of the lines.